From 9d165569aba1abb2b56aeae54622366394da76a4 Mon Sep 17 00:00:00 2001 From: oliskoli Date: Tue, 20 Feb 2007 21:10:32 +0000 Subject: [PATCH] Don't check for doc's of formats marked as internal --- tools/mkcapabilities.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/mkcapabilities.in b/tools/mkcapabilities.in index 6a133a661..8377e5dbe 100755 --- a/tools/mkcapabilities.in +++ b/tools/mkcapabilities.in @@ -33,9 +33,10 @@ function getcap(type, cap, sname, lname) { getcap($1, $2, $3, $5) ' > @DOCDIR@capabilities.inc > @DOCDIR@capabilities.inc -FMTS=`./gpsbabel -^2 | sed 's/\&/\&/' | awk -F'\t' '{print $3}'` +FMTS=`./gpsbabel -^2 | grep -v '^internal' | sed 's/\&/\&/' | awk -F'\t' '{print $3}'` for f in $FMTS do [ ! -f @DOCDIR@/htmldoc-development/fmt_${f}.html ] && echo Missing doc for $f done +exit 0 -- 2.30.2